Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement metrics for block stream bucket uploader #17314

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MiroslavGatsanoga
Copy link
Collaborator

Description:

Related issue(s):

Fixes #16977

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@MiroslavGatsanoga MiroslavGatsanoga added this to the v0.59 milestone Jan 10, 2025
@MiroslavGatsanoga MiroslavGatsanoga self-assigned this Jan 10, 2025
Copy link

codacy-production bot commented Jan 10, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% (target: -1.00%) 96.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (be1981d) 96191 68558 71.27%
Head commit (3cdeadb) 96216 (+25) 68582 (+24) 71.28% (+0.01%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17314) 25 24 96.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 96.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 67.42%. Comparing base (be1981d) to head (3cdeadb).

Files with missing lines Patch % Lines
.../com/hedera/node/app/info/InfoInjectionModule.java 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##               main   #17314   +/-   ##
=========================================
  Coverage     67.41%   67.42%           
- Complexity    22063    22070    +7     
=========================================
  Files          2585     2586    +1     
  Lines         96408    96433   +25     
  Branches      10071    10071           
=========================================
+ Hits          64992    65016   +24     
- Misses        27698    27699    +1     
  Partials       3718     3718           
Files with missing lines Coverage Δ
...e/app/blocks/BlockStreamBucketUploaderMetrics.java 100.00% <100.00%> (ø)
.../com/hedera/node/app/info/InfoInjectionModule.java 33.33% <0.00%> (-16.67%) ⬇️

Impacted file tree graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Block Stream Bucket Uploader Metrics
1 participant